home *** CD-ROM | disk | FTP | other *** search
- Path: news.mel.aone.net.au!usenet
- From: phil@dataplex.com.au
- Newsgroups: comp.lang.c
- Subject: Re: Romable Code C Compiler
- Date: Mon, 25 Mar 1996 03:34:11 GMT
- Message-ID: <4j50lf$mh3@news.mel.aone.net.au>
- References: <315255A1.1357@netvision.net.il>
- NNTP-Posting-Host: 203.5.79.3
- X-Newsreader: Forte Free Agent 1.0.82
-
- RG <dgmron@netvision.net.il> wrote:
-
- >1. I am seeking a C compiler that will produce code to run under
- >DOS in an 80386 embedded controller system. Can you advise me (or refer
- >me to someone)on such a compiler that allows creation of ROM-able code,
- >yet will run and can be developed on a standard PC.
- >2. In the above system, I need to access memory in upper memory
- >address space. This is not allowed by the basic DOS. Any suggestions
- >on how to go about accessing memory beyond the 640K barrier?
-
- > Thanks,
- > Ron Gal-Ezer
-
- As well as a compiler what you need is a linker/locator for producing
- ROMable code from your compilers output. You would then chose a
- compiler which is supported by the linker locator. Although this is
- not the only one available I am currently using Csi-Locate from
- Concurrent Sciences with the Watcom C++ compiler to produced an
- embedded 32 bit protected mode application. The Watcom compiler is
- the standard PC product and you can debug the code on a PC (depending
- on the architecture of the embedded system). Concurrent Sciences also
- produce a remote debugger for downloading and debugging the code
- directly on your embedded system hardware. Contact details for
- Concurrent Sciences are (US phone numbers):
-
- Ph: (208) 882-0445
- Fax: (208) 882-9774
- eMail: info@consci.com
-
-
-